projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4431e5
)
(defgroup speedbar): Use group 'etags instead of nonexisting group
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:46:38 +0000
(22:46 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:46:38 +0000
(22:46 +0000)
'tags.
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index e9d601aaaad886d7f80a106143a0939055f4cdce..9b551fc0794cb18aa5de7b0e42f42b9e62a08c97 100644
(file)
--- a/
lisp/speedbar.el
+++ b/
lisp/speedbar.el
@@
-185,7
+185,7
@@
;; customization stuff
(defgroup speedbar nil
"File and tag browser frame."
- :group 'tags
+ :group '
e
tags
:group 'tools
:group 'convenience
:version "20.3")